home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON06 / ACT06B / COMMON6B.cst / 00084_get noise list.ls < prev    next >
Encoding:
Text File  |  2003-05-01  |  186 b   |  11 lines

  1. on getNoiseList
  2.   global gStateList
  3.   set theList = list("comeon","tryanother","keepgoing")
  4.   
  5.   if gStateList.count = 1 then
  6.     theList.add("onemore")
  7.   end if
  8.   
  9.   return theList
  10. end
  11.